home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / News Stacks / Jan.'91AMUG News™.cpt / Jan.'91AMUG News™ / card_27583.txt < prev    next >
Text File  |  1990-12-30  |  2KB  |  58 lines

  1. -- card: 27583 from stack: in.'91AMUG News‚Ñ¢
  2. -- bmap block id: 28391
  3. -- flags: 0000
  4. -- background id: 3780
  5. -- name: Word
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. 15
  11.  
  12. -- part contents for background part 9
  13. ----- text -----
  14. Prograph
  15.  
  16. -- part contents for background part 8
  17. ----- text -----
  18. ..........................By Mark Gardner
  19.  
  20. -- part contents for background part 1
  21. ----- text -----
  22. behavior. Universal methods are all other methods. There are even methods allowing access to the Macintosh Toolbox for those of us who can‚Äôt resist the temptation to get down and dirty.
  23.  
  24. The execution of a method begins with data becoming available on the roots of the input bar. All terminals connected to the roots have access to the data. When an operation has all the data it needs, it becomes eligible for execution. This does not necessarily mean it is the next operation to execute. The default execution order of operations can be determined and even changed, but it is not wise to rely on it. If the order of execution is important,Prograph has a synchro link that connects two operations and specifies which must execute first. Someday personal computers will have more that one CPU and 
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. -- part contents for background part 10
  37. ----- text -----
  38. operations will be able to run concurrently. Explicitly specifying the synchronization required will enable your program to run unchanged on computers with multiple CPUs.
  39.  
  40. When the example executes, an integer becomes available on all the links connected to the root. The constant 1 also becomes available to the           operation and the comparison occurs. The check mark beside the operations means ‚Äúgo to the next case on success‚Äù. This means that if the integer is less than or equal to 1, Prograph will quit executing the current case and go to the next case shown in the second window. We can recognize which case window we 
  41. are looking at by 
  42. the case indicators
  43.  at the right of the 
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.